home *** CD-ROM | disk | FTP | other *** search
- object MemoPrintForm: TMemoPrintForm
- Left = 355
- Top = 250
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Print Selection'
- ClientHeight = 257
- ClientWidth = 425
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object gbxPrintDestination: TGroupBox
- Left = 6
- Top = 5
- Width = 414
- Height = 81
- Caption = 'File To Print:'
- TabOrder = 0
- object lblFileName: TLabel
- Left = 11
- Top = 26
- Width = 44
- Height = 13
- Caption = 'FileName'
- end
- object PrintSelCheck: TDCPropCheckBox
- Left = 11
- Top = 43
- Width = 235
- Height = 21
- PropName = 'PrintOptions.poPrintSel'
- Caption = '&Print selected block'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 0
- TabStop = True
- Text = 'False'
- OnChange = PrintSelCheckChange
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object gbxOptions: TGroupBox
- Left = 6
- Top = 92
- Width = 414
- Height = 109
- Caption = 'Options:'
- TabOrder = 1
- object lblLeftMargin: TLabel
- Left = 204
- Top = 59
- Width = 55
- Height = 13
- Caption = 'Left &margin:'
- Enabled = False
- FocusControl = LeftMarginEdit
- end
- object HeaderCheck: TDCPropCheckBox
- Left = 11
- Top = 16
- Width = 173
- Height = 21
- LinkedEditor = PrintSelCheck
- PropName = 'PrintOptions.poPrintHeader'
- Caption = 'Header/page &number'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 0
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object LineNumbersCheck: TDCPropCheckBox
- Left = 11
- Top = 37
- Width = 121
- Height = 21
- LinkedEditor = PrintSelCheck
- PropName = 'PrintOptions.poLineNumbers'
- Caption = '&Line numbers'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 1
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object SyntaxPrintCheck: TDCPropCheckBox
- Left = 11
- Top = 59
- Width = 150
- Height = 21
- LinkedEditor = PrintSelCheck
- PropName = 'PrintOptions.poPrintSyntax'
- Caption = '&Syntax print'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 2
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object WrapLinesCheck: TDCPropCheckBox
- Left = 205
- Top = 37
- Width = 121
- Height = 21
- LinkedEditor = PrintSelCheck
- PropName = 'PrintOptions.poWrapLines'
- Caption = '&Wrap lines'
- Checked = False
- Cute = False
- Invert = False
- Enabled = False
- ReadOnly = False
- Scaled = False
- TabOrder = 4
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object UseColorCheck: TDCPropCheckBox
- Left = 11
- Top = 81
- Width = 121
- Height = 21
- LinkedEditor = PrintSelCheck
- PropName = 'PrintOptions.poInColor'
- Caption = 'Use &color'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 3
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object LeftMarginEdit: TDCPropEditor
- Left = 277
- Top = 59
- Width = 92
- Height = 21
- Button1Kind = bkAuto
- LinkedEditor = PrintSelCheck
- PropName = 'LeftMargin'
- Caption = 'LeftMarginEdit'
- Enabled = False
- Flat = False
- ParentColor = False
- ReadOnly = False
- TabOrder = 6
- TabStop = True
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- object ShowPrintProgress: TDCPropCheckBox
- Left = 205
- Top = 16
- Width = 164
- Height = 21
- LinkedEditor = PrintSelCheck
- PropName = 'PrintOptions.poShowProgress'
- Caption = 'Show print &progress'
- Checked = False
- Cute = False
- Invert = False
- ReadOnly = False
- Scaled = False
- TabOrder = 5
- TabStop = True
- Text = 'False'
- object TPopupListBox
- Left = 0
- Top = 0
- Width = 121
- Height = 80
- TabStop = False
- ItemHeight = 13
- end
- end
- end
- object Panel1: TPanel
- Left = 6
- Top = 210
- Width = 414
- Height = 40
- TabOrder = 2
- object SetupButton: TButton
- Left = 8
- Top = 8
- Width = 95
- Height = 25
- Caption = 'Se&tup...'
- TabOrder = 0
- OnClick = SetupButtonClick
- end
- object OkButton: TButton
- Left = 111
- Top = 8
- Width = 95
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 212
- Top = 8
- Width = 95
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 313
- Top = 8
- Width = 95
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- end
- end
- object PrinterSetup: TPrinterSetupDialog
- Left = 257
- Top = 33
- end
- end
-